BearLibPlatform

Undocumented in source.

Members

Functions

closeWindow
void closeWindow(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
createWindow
BearLibWindow createWindow(dstring windowCaption, Window parent, uint flags, uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
enterMessageLoop
int enterMessageLoop()

Starts application message loop.

getClipboardText
dstring getClipboardText(bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
hasClipboardText
bool hasClipboardText(bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
requestLayout
void requestLayout()
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboardText
void setClipboardText(dstring text, bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta